home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / client / src / Makefile.am < prev    next >
Encoding:
Makefile  |  2000-01-12  |  529 b   |  18 lines

  1. AUTOMAKE_OPTIONS = foreign
  2.  
  3. bin_PROGRAMS = client
  4.  
  5. client_SOURCES = auth.c config.c convert.c exit.c debug.c error.c init.c \
  6.                  io.c main.c misc.c parse.c ping.c sighandlers.c spool.c \
  7.                  sockets.c ssl.c stream.c
  8.  
  9. DEFS1 = $(DEFS) $(LDEFS) -DBEEP# -DNOSSL# -DDEBUG -DBSDI -DSUN
  10.  
  11. INCS = -I../include -I../../SSL/include -I/usr/local/ssl/include
  12.  
  13. # (we use our own CFLAGS becaues autoconf uses -O2)
  14. CFLAGS = -Wall -g# -ansi -posix -pedantic
  15. COMPILE = $(CC) $(DEFS1) $(INCS) $(CFLAGS)
  16.  
  17. CLEANFILES = log
  18.